emacs.git
2015-07-10 justburFix bug when frame too small
2015-07-10 justburRemove message
2015-07-10 justburMerge branch 'fill-columns'
2015-07-10 justburReorganize code and clean-up comments a little
2015-07-10 justburRe-enable the prefix option
2015-07-10 justburRequire dash
2015-07-10 Justin BurkettMerge pull request #26 from bmag/fill-columns
2015-07-10 Justin BurkettMerge pull request #27 from bmag/master
2015-07-10 Bar MagalFix some defcustoms
2015-07-10 Bar MagalCheck frame width in a non-buggy way
2015-07-10 Bar MagalUse toggle-truncate-lines; reduce -> cl-reduce
2015-07-10 justburBring back error message for too small of a frame
2015-07-10 justburFix bug (layout wasn't going to 1 line)
2015-07-10 justburFill columns first with variable column width
2015-07-10 justburFix bug in populate buffer
2015-07-09 justburFix #6: TODO for defcustom
2015-07-09 justburMake variables stand-out in readme
2015-07-09 justburFix add replacement functions
2015-07-09 justburAnother typo
2015-07-09 justburTypo in add-major-mode-key-based-...
2015-07-09 justburMerge branch 'better-window-sizes'
2015-07-09 justburremove mode-line
2015-07-09 justburMerge branch 'better-window-sizes' of https://github...
2015-07-09 justburChange side-window params to percentages
2015-07-09 Bar MagalUse fit-window-to-buffer again
2015-07-09 Bar MagalAllow percentages for side-window max sizes #19
2015-07-09 justburAdd functions for adding to replacement alists
2015-07-09 Bar MagalFix text vs. total window width handling #22
2015-07-09 justburRemove mode-line and tweak max-height
2015-07-09 justburMake user setup functions interactive and autoload
2015-07-09 justburFix #22
2015-07-09 justburRemove hidden-mode-line-mode
2015-07-09 justburAdd minibuffer picture
2015-07-09 Justin BurkettDelete which-key-minibuffer.PNG
2015-07-09 justburAdd bottom section and picture to readme
2015-07-09 justburAdd minibuffer picture
2015-07-09 justburAdd config setup functions and more
2015-07-09 justburUpdate readme
2015-07-09 justburPossible fix for #18
2015-07-08 justburFix #21
2015-07-08 justburFix act-width in populate-buffer
2015-07-08 justburRework key-based replacement
2015-07-08 justburFix replace-match and rewrite propertize-key
2015-07-08 justburBreak out key-based replacement function.
2015-07-08 justburFixes #19
2015-07-08 justburRemove hide-popup call from update function
2015-07-08 justburFix bug in format-matches
2015-07-08 justburAdd option to specify major-mode in replacements
2015-07-08 justburRevert unintended change to act-height calc
2015-07-08 justburFix #17 errors when not enough room is available.
2015-07-08 justburAdd :group to faces
2015-07-08 justburRequire cl-lib
2015-07-08 justburAdd key-based replacement list
2015-07-07 justburAdd regexp to remove namespace (w minor cleanup)
2015-07-07 justburRemove column-width from max-dimensions
2015-07-07 justburShow prefix in popup
2015-07-07 justburRemove commented out close timer stuff
2015-07-07 justburMake echo-keystrokes a variable and speed it up.
2015-07-07 justburBe consistent in defining faces.
2015-07-07 justburMake default delay less aggressive.
2015-07-07 justburMaek special keys bold
2015-07-07 justburAdd DEL to special keys
2015-07-07 justburAdd small indication of more pages
2015-07-07 justburPull out faces and add special key face
2015-07-06 justburNeed cl for emacs < 25
2015-07-06 justburFix compiler warnings
2015-07-06 justburChange side-window default position to right
2015-07-06 justburTry without close timer
2015-07-06 Justin BurkettMerge pull request #13 from bmag/pre-command-hook
2015-07-06 justburMerge branch 'frame-popup' of https://github.com/bmag...
2015-07-06 justburWork on docstrings
2015-07-06 justburRedo replacement logic
2015-07-06 justburMake arrow separator into variable
2015-07-06 justburRefactor replacement alists
2015-07-06 Bar MagalHide buffer right before command execution
2015-07-06 Bar MagalTry to fix focus problems with popup frame #7
2015-07-06 justburAllow echo-keystrokes but make it quick
2015-07-06 justburAdd .gitignore
2015-07-06 justburFix problem with echo-keystrokes and minibuffer
2015-07-06 justburRemove popwin requirement; Add require cl
2015-07-06 justburMerge branch 'master' of https://github.com/bmag/emacs...
2015-07-06 justburDelete old defvars and minor docstring cleanup
2015-07-06 Bar MagalFix doc, new frame parameters
2015-07-06 Bar MagalFrame popup support and some small fixes
2015-07-06 justburRename config variables, simplifying interface
2015-07-05 justburMerge bmag changes
2015-07-05 justburOrganize keys by pages
2015-07-05 Bar MagalUndo unintentional delete of end-of-file comment
2015-07-05 Bar MagalUndo unintentional delete of provide line
2015-07-05 Bar MagalRefactor before work on window display
2015-07-04 justburReorganize code a little
2015-07-04 justburFactor out display functions
2015-07-04 justburChange formatting of groups
2015-07-04 justburToggle timer on frame focus
2015-07-04 justburFix index error for subseq
2015-07-04 justburSwitch default to minibuffer
2015-07-03 justburUpdate docstrings and fix packaging
2015-07-03 justburMove cursor code to setup
2015-07-03 justburTry to hide cursor
2015-07-03 justburBetter picture
next